Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
@datalith/gridmap
Advanced tools
yarn add @datalith/gridmap
Name | Default | Type | Description |
---|---|---|---|
className | string | Custom css classes to apply to the SVG | |
style | React.CSSProperties | Custom style object to apply to the SVG | |
additionalElements | JSX.Element | Optional elements to add to the SVG | |
size | { width: number; height: number } | Width and Height of the SVG. Default is parent node size. | |
data * | Array<Datum> or Array<[number, number]> | Array of data | |
coords | (Datum) => Datum | (Datum) => [number, number] or [number, number] | Coords accessor |
value | 10 | (Datum) => number ornumber | Value accessor |
fill | (Datum) => string or string | Fill color accessor | |
fillOpacity | (Datum) => number or number | Fill opacity accessor | |
stroke | (Datum) => string or string | Stroke color accessor | |
strokeOpacity | (Datum) => number or number | Stroke opacity accessor | |
featureCollection * | FeatureCollection | GeoJson object | |
projection | geoNaturalEarth1() | GeoProjection | D3 GeoProjection to map coordinates |
customRender | (d: { x: number; y: number; i: number; j: number; value: number; datum?: Datum }, props: any, ) => JSX.Element | Return custom element to render as data point | |
side | 5 | number | Grid cell dimension |
tooltip | (Datum) => string | Return HTML or text as a string to show on element mouseover |
Name | Default | Type | Description |
---|---|---|---|
className | string | Custom css classes to apply to the SVG | |
style | React.CSSProperties | Custom style object to apply to the SVG | |
additionalElements | JSX.Element | Optional elements to add to the SVG | |
size | { width: number; height: number } | Width and Height of the SVG. Default is parent node size. | |
data* | Array<Datum> or Array<[number, number]> | Array of data | |
coords | (Datum) => Datum | (Datum) => [number, number] or [number, number] | Coords accessor |
value | 10 | (Datum) => number ornumber | Value accessor |
fill | (Datum) => string or string | Fill color accessor | |
fillOpacity | (Datum) => number or number | Fill opacity accessor | |
stroke | (Datum) => string or string | Stroke color accessor | |
strokeOpacity | (Datum) => number or number | Stroke opacity accessor | |
projection | geoAlbersUsa() | GeoProjection | D3 GeoProjection to map coordinates |
customRender | (d: { x: number; y: number; i: number; j: number; value: number; datum?: Datum }, props: any, ) => JSX.Element | Return custom element to render as data point | |
side | 5 | number | Grid cell dimension |
tooltip | (Datum) => string | Return HTML or text as a string to show on element mouseover |
Name | Default | Type | Description |
---|---|---|---|
className | string | Custom css classes to apply to the SVG | |
style | React.CSSProperties | Custom style object to apply to the SVG | |
additionalElements | JSX.Element | Optional elements to add to the SVG | |
size | { width: number; height: number } | Width and Height of the SVG. Default is parent node size. | |
data* | Array<Datum> or Array<[number, number]> | Array of data | |
coords | (Datum) => Datum | (Datum) => [number, number] or [number, number] | Coords accessor |
value | 10 | (Datum) => number ornumber | Value accessor |
fill | (Datum) => string or string | Fill color accessor | |
fillOpacity | (Datum) => number or number | Fill opacity accessor | |
stroke | (Datum) => string or string | Stroke color accessor | |
strokeOpacity | (Datum) => number or number | Stroke opacity accessor | |
projection | geoNaturalEarth1() | GeoProjection | D3 GeoProjection to map coordinates |
customRender | (d: { x: number; y: number; i: number; j: number; value: number; datum?: Datum }, props: any, ) => JSX.Element | Return custom element to render as data point | |
side | 5 | number | Grid cell dimension |
tooltip | (Datum) => string | Return HTML or text as a string to show on element mouseover |
FAQs
datalith gridmap
The npm package @datalith/gridmap receives a total of 0 weekly downloads. As such, @datalith/gridmap popularity was classified as not popular.
We found that @datalith/gridmap demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.